home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SAMPLE.PAK / TESTDLL.DLL / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-05-06  |  6KB  |  289 lines

  1. object Form3: TForm3
  2.   Left = 447
  3.   Top = 179
  4.   ActiveControl = Panel1
  5.   BorderStyle = bsNone
  6.   Caption = 'Form3'
  7.   ClientHeight = 327
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 427
  22.     Height = 41
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object DBNavigator: TDBNavigator
  26.       Left = 8
  27.       Top = 8
  28.       Width = 240
  29.       Height = 25
  30.       DataSource = DataSource1
  31.       Ctl3D = False
  32.       ParentCtl3D = False
  33.       TabOrder = 0
  34.     end
  35.   end
  36.   object Panel2: TPanel
  37.     Left = 0
  38.     Top = 41
  39.     Width = 427
  40.     Height = 286
  41.     Align = alClient
  42.     BevelInner = bvLowered
  43.     BorderWidth = 4
  44.     Caption = 'Panel2'
  45.     TabOrder = 1
  46.     object ScrollBox: TScrollBox
  47.       Left = 6
  48.       Top = 6
  49.       Width = 415
  50.       Height = 274
  51.       HorzScrollBar.Margin = 6
  52.       HorzScrollBar.Range = 300
  53.       VertScrollBar.Margin = 6
  54.       VertScrollBar.Range = 236
  55.       Align = alClient
  56.       AutoScroll = False
  57.       BorderStyle = bsNone
  58.       TabOrder = 0
  59.       object Label1: TLabel
  60.         Left = 6
  61.         Top = 6
  62.         Width = 29
  63.         Height = 13
  64.         Caption = 'SiteID'
  65.         FocusControl = EditSiteID
  66.       end
  67.       object Label2: TLabel
  68.         Left = 77
  69.         Top = 6
  70.         Width = 18
  71.         Height = 13
  72.         Caption = 'Site'
  73.         FocusControl = EditSite
  74.       end
  75.       object Label3: TLabel
  76.         Left = 6
  77.         Top = 44
  78.         Width = 41
  79.         Height = 13
  80.         Caption = 'Location'
  81.         FocusControl = EditLocation
  82.       end
  83.       object Label4: TLabel
  84.         Left = 177
  85.         Top = 44
  86.         Width = 29
  87.         Height = 13
  88.         Caption = 'When'
  89.         FocusControl = EditWhen
  90.       end
  91.       object Label5: TLabel
  92.         Left = 6
  93.         Top = 82
  94.         Width = 30
  95.         Height = 13
  96.         Caption = 'Airport'
  97.         FocusControl = EditAirport
  98.       end
  99.       object Label6: TLabel
  100.         Left = 127
  101.         Top = 82
  102.         Width = 65
  103.         Height = 13
  104.         Caption = 'Tourism Peak'
  105.         FocusControl = EditTourismPeak
  106.       end
  107.       object Label8: TLabel
  108.         Left = 6
  109.         Top = 120
  110.         Width = 53
  111.         Height = 13
  112.         Caption = 'Description'
  113.         FocusControl = EditDescription
  114.       end
  115.       object Label9: TLabel
  116.         Left = 6
  117.         Top = 158
  118.         Width = 37
  119.         Height = 13
  120.         Caption = 'Contact'
  121.         FocusControl = EditContact
  122.       end
  123.       object Label10: TLabel
  124.         Left = 6
  125.         Top = 196
  126.         Width = 31
  127.         Height = 13
  128.         Caption = 'Phone'
  129.         FocusControl = EditPhone
  130.       end
  131.       object Label11: TLabel
  132.         Left = 280
  133.         Top = 88
  134.         Width = 29
  135.         Height = 13
  136.         Caption = 'Image'
  137.         FocusControl = DBImage1
  138.       end
  139.       object EditSiteID: TDBEdit
  140.         Left = 6
  141.         Top = 21
  142.         Width = 65
  143.         Height = 20
  144.         DataField = 'SiteID'
  145.         DataSource = DataSource1
  146.         MaxLength = 0
  147.         TabOrder = 0
  148.       end
  149.       object EditSite: TDBEdit
  150.         Left = 77
  151.         Top = 21
  152.         Width = 165
  153.         Height = 20
  154.         DataField = 'Site'
  155.         DataSource = DataSource1
  156.         MaxLength = 0
  157.         TabOrder = 1
  158.       end
  159.       object EditLocation: TDBEdit
  160.         Left = 6
  161.         Top = 59
  162.         Width = 165
  163.         Height = 20
  164.         DataField = 'Location'
  165.         DataSource = DataSource1
  166.         MaxLength = 0
  167.         TabOrder = 2
  168.       end
  169.       object EditWhen: TDBEdit
  170.         Left = 177
  171.         Top = 59
  172.         Width = 90
  173.         Height = 20
  174.         DataField = 'When'
  175.         DataSource = DataSource1
  176.         MaxLength = 0
  177.         TabOrder = 3
  178.       end
  179.       object EditAirport: TDBEdit
  180.         Left = 6
  181.         Top = 97
  182.         Width = 115
  183.         Height = 20
  184.         DataField = 'Airport'
  185.         DataSource = DataSource1
  186.         MaxLength = 0
  187.         TabOrder = 4
  188.       end
  189.       object EditTourismPeak: TDBEdit
  190.         Left = 127
  191.         Top = 97
  192.         Width = 115
  193.         Height = 20
  194.         DataField = 'Tourism Peak'
  195.         DataSource = DataSource1
  196.         MaxLength = 0
  197.         TabOrder = 5
  198.       end
  199.       object EditDescription: TDBEdit
  200.         Left = 6
  201.         Top = 135
  202.         Width = 235
  203.         Height = 20
  204.         DataField = 'Description'
  205.         DataSource = DataSource1
  206.         MaxLength = 0
  207.         TabOrder = 6
  208.       end
  209.       object EditContact: TDBEdit
  210.         Left = 6
  211.         Top = 173
  212.         Width = 215
  213.         Height = 20
  214.         DataField = 'Contact'
  215.         DataSource = DataSource1
  216.         MaxLength = 0
  217.         TabOrder = 7
  218.       end
  219.       object EditPhone: TDBEdit
  220.         Left = 6
  221.         Top = 211
  222.         Width = 115
  223.         Height = 20
  224.         DataField = 'Phone'
  225.         DataSource = DataSource1
  226.         MaxLength = 0
  227.         TabOrder = 8
  228.       end
  229.       object DBImage1: TDBImage
  230.         Left = 280
  231.         Top = 104
  232.         Width = 105
  233.         Height = 105
  234.         DataField = 'Image'
  235.         DataSource = DataSource1
  236.         TabOrder = 9
  237.       end
  238.     end
  239.   end
  240.   object DataSource1: TDataSource
  241.     DataSet = Table1
  242.     Left = 287
  243.     Top = 5
  244.   end
  245.   object Table1: TTable
  246.     DatabaseName = '..\data'
  247.     TableName = 'SITES.DB'
  248.     Left = 259
  249.     Top = 5
  250.     object Table1SiteID: TFloatField
  251.       FieldName = 'SiteID'
  252.     end
  253.     object Table1Site: TStringField
  254.       FieldName = 'Site'
  255.       Size = 30
  256.     end
  257.     object Table1Location: TStringField
  258.       FieldName = 'Location'
  259.       Size = 30
  260.     end
  261.     object Table1When: TStringField
  262.       FieldName = 'When'
  263.       Size = 15
  264.     end
  265.     object Table1Airport: TStringField
  266.       FieldName = 'Airport'
  267.     end
  268.     object Table1TourismPeak: TStringField
  269.       FieldName = 'Tourism Peak'
  270.     end
  271.     object Table1Image: TGraphicField
  272.       FieldName = 'Image'
  273.       BlobType = ftGraphic
  274.     end
  275.     object Table1Description: TMemoField
  276.       FieldName = 'Description'
  277.       BlobType = ftMemo
  278.       Size = 200
  279.     end
  280.     object Table1Contact: TStringField
  281.       FieldName = 'Contact'
  282.       Size = 40
  283.     end
  284.     object Table1Phone: TStringField
  285.       FieldName = 'Phone'
  286.     end
  287.   end
  288. end
  289.